-- card: 30295 from stack: in.3r -- bmap block id: 0 -- flags: 0000 -- background id: 3837 -- name: Files -- part contents for background part 5 ----- text ----- Files -- part contents for background part 6 ----- text ----- Files is a XFCN to get a list of files in a HFS directory. Files returns a list of all the files in a directory specified by pathname. This is freeware! Guy de Picciotto. CIS: 73300,3637 GENIE: G.PICCIOTO Ex. get Files("mydisk:hypercard","STAK,TEXT") get Files("mydisk:hypercard") get Files("","STAK") get Files() -- part contents for background part 7 ----- text ----- Syntax: Files([pathname][,fileType]) Returns a list of files in an HFS directory (folder). In case of an error, the routine will beep and return an empty string. The first parameter is the full pathname to the folder (if this is empty the default directory is used). The second parameter is the file type. You can look for multiple types. If no second parameter is supplied, files will return all files. -- part contents for background part 10 ----- text ----- 25 -- part contents for background part 27 ----- text ----- XFCN